From 246684cebafc67bb61ac60c58df9e8d0f2bfdca0 Mon Sep 17 00:00:00 2001 From: "root@dyn9047022116.beaverton.ibm.com" Date: Tue, 21 Mar 2006 01:08:59 +0100 Subject: [PATCH] Patch to correct inconsistencies of xm-test reporting. Signed-off-by: Woody Marvel --- tools/xm-test/runtest.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/xm-test/runtest.sh b/tools/xm-test/runtest.sh index ec9363ea8d..f35e9ca45a 100755 --- a/tools/xm-test/runtest.sh +++ b/tools/xm-test/runtest.sh @@ -264,8 +264,13 @@ if [ ! -f contact_info ]; then fi fi +if [ "$GROUPENTERED" != "default" ]; then + report=no; +fi + if [ "$run" != "no" ]; then runnable_tests + rm -f $REPORT"*" make_environment_report $OSREPORTTEMP $PROGREPORTTEMP run_tests $GROUPENTERED $OUTPUT make_text_reports $PASSFAIL $FAILURES $OUTPUT $TXTREPORT -- 2.30.2